{resourceProviderNamespace} (preview:2022-11-01)

2025/12/05 • 2 new, 2 deleted methods

Snapshots_List (new)
Description Obtains a list of snapshots from the past 14 days for the target resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/snapshots
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$top: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
apiVersion: string ,
content: object ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Snapshots_Get (new)
Description Obtains the specified snapshot for the target resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/snapshots/{snapshotId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
snapshotId: string ,
}

⚐ Response (200)

{
properties:
{
apiVersion: string ,
content: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Snapshots_List (removed)
Description Obtains a list of snapshots from the past 14 days for the target resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/snapshots
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$top: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
apiVersion: string ,
content: object ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Snapshots_Get (removed)
Description Obtains the specified snapshot for the target resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Resources/snapshots/{snapshotId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceProviderNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
snapshotId: string ,
}

⚐ Response (200)

{
properties:
{
apiVersion: string ,
content: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}